home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Learning Curve
/
The Learning Curve (Weird Science, 1996).iso
/
mathematics
/
plotters
/
mathplot
/
macros
/
test4.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1993-04-01
|
341 b
|
16 lines
/* Test requestfile */
address "MPlot_ARexx"
options results
requestfile
say result rc rc2
requestfile 'title "This is the title" path ram: file myfile'
say result rc rc2
requestfile 'title "This is the title" path ram: file myfile pattern "This is the pattern"'
say result rc rc2
requestfile 'title "Save AS..." save'
say result rc rc2